vcCallProgramStatement
A statement for executing programs. Allow calling/starting other programs in the same manager and any other manager. If the program is already executing the statement will queue and wait for a turn to start the program.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Async | Boolean | RW | Gets or sets whether the statement is executed asynchronously (non-blocking). |
| ProgramValueSourceType | vcCallProgramStatementValueSourceType | RW | Gets or sets the value source type for program that is called/executed.. |
| TargetProgramName | String | RW | Gets or sets the program name for program that is called/executed. |
| TargetProgramReference | vcProgram | RW | Gets or sets program reference for the program that is called/executed. |